home *** CD-ROM | disk | FTP | other *** search
/ Web Developers Guide to Sound & Music / Web Developers Guide to Sound and Music.iso / mac / Cyber Sounds / Demo / Main.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1996-01-16  |  185 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(21, 1)
  3.   set the ink of sprite 21 to 33
  4. end
  5.  
  6. on mouseUp
  7.   set the ink of sprite 21 to 5
  8.   puppetSprite(21, 0)
  9.   go("Quit", "Order.Dir")
  10.   puppetSound(0)
  11. end
  12.